home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TFRMMETA / TFRMMETA.txt
Encoding:
Text File  |  1999-02-01  |  4.6 KB  |  211 lines

  1. object FrmMeta: TFrmMeta
  2.   Left = 134
  3.   Top = 236
  4.   BorderStyle = bsDialog
  5.   Caption = 'Meta information'
  6.   ClientHeight = 137
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object lblName: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 28
  22.     Height = 13
  23.     Caption = '&Name'
  24.     FocusControl = EditName
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object lblContent: TLabel
  33.     Left = 8
  34.     Top = 40
  35.     Width = 37
  36.     Height = 13
  37.     Caption = '&Content'
  38.     FocusControl = EditContent
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object lblHTTPEquiv: TLabel
  47.     Left = 8
  48.     Top = 72
  49.     Width = 59
  50.     Height = 13
  51.     Caption = '&HTTP-Equiv'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object lblQuick: TLabel
  60.     Left = 8
  61.     Top = 104
  62.     Width = 64
  63.     Height = 13
  64.     Caption = 'QuickButtons'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object btnOK: TButton
  73.     Left = 304
  74.     Top = 72
  75.     Width = 89
  76.     Height = 25
  77.     Caption = 'OK'
  78.     Default = True
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ModalResult = 1
  85.     ParentFont = False
  86.     TabOrder = 6
  87.   end
  88.   object btnCancel: TButton
  89.     Left = 304
  90.     Top = 104
  91.     Width = 89
  92.     Height = 25
  93.     Caption = 'Cancel'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ModalResult = 2
  100.     ParentFont = False
  101.     TabOrder = 7
  102.   end
  103.   object EditName: TEdit
  104.     Left = 80
  105.     Top = 8
  106.     Width = 313
  107.     Height = 21
  108.     Hint = 'Name of property (eg for author information)'
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     ParentShowHint = False
  116.     ShowHint = True
  117.     TabOrder = 0
  118.   end
  119.   object EditContent: TEdit
  120.     Left = 80
  121.     Top = 40
  122.     Width = 313
  123.     Height = 21
  124.     Hint = 'Content of property named above'
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clBlack
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = []
  130.     ParentFont = False
  131.     ParentShowHint = False
  132.     ShowHint = True
  133.     TabOrder = 1
  134.   end
  135.   object btnProduct: TBitBtn
  136.     Left = 80
  137.     Top = 104
  138.     Width = 49
  139.     Height = 25
  140.     Hint = 
  141.       'Tell the world (or at least the dudes that read'#13'the META informa' +
  142.       'tion, e.g. Seach Bots) that'#13'you use Lorenz Graf'#39's HTMLtool :-)|'
  143.     Font.Charset = DEFAULT_CHARSET
  144.     Font.Color = clBlack
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     ParentShowHint = False
  150.     ShowHint = True
  151.     TabOrder = 3
  152.     OnClick = btnProductClick
  153.   end
  154.   object btnCharSet: TBitBtn
  155.     Left = 128
  156.     Top = 104
  157.     Width = 49
  158.     Height = 25
  159.     Hint = 'Insert character set information'
  160.     Caption = 'char &set'
  161.     Font.Charset = DEFAULT_CHARSET
  162.     Font.Color = clBlack
  163.     Font.Height = -11
  164.     Font.Name = 'MS Sans Serif'
  165.     Font.Style = []
  166.     ParentFont = False
  167.     ParentShowHint = False
  168.     ShowHint = True
  169.     TabOrder = 4
  170.     OnClick = btnCharSetClick
  171.   end
  172.   object btnAuthor: TBitBtn
  173.     Left = 176
  174.     Top = 104
  175.     Width = 49
  176.     Height = 25
  177.     Hint = 'Insert author information'
  178.     Caption = '&author'
  179.     Font.Charset = DEFAULT_CHARSET
  180.     Font.Color = clBlack
  181.     Font.Height = -11
  182.     Font.Name = 'MS Sans Serif'
  183.     Font.Style = []
  184.     ParentFont = False
  185.     ParentShowHint = False
  186.     ShowHint = True
  187.     TabOrder = 5
  188.     OnClick = btnAuthorClick
  189.   end
  190.   object cbHTTPEquiv: TComboBox
  191.     Left = 80
  192.     Top = 72
  193.     Width = 201
  194.     Height = 21
  195.     Hint = 'Binds element to a respone header'
  196.     Font.Charset = DEFAULT_CHARSET
  197.     Font.Color = clBlack
  198.     Font.Height = -11
  199.     Font.Name = 'MS Sans Serif'
  200.     Font.Style = []
  201.     ItemHeight = 13
  202.     Items.Strings = (
  203.       'Refresh'
  204.       'Content-Type')
  205.     ParentFont = False
  206.     ParentShowHint = False
  207.     ShowHint = True
  208.     TabOrder = 2
  209.   end
  210. end
  211.